Release 10.1A: OpenEdge Application Server:
Developing AppServer Applications
Deleting asynchronous remote persistent procedures
You can delete a remote persistent procedure that you have executed asynchronously just like one you have executed synchronously, using the
DELETEOBJECTorDELETEPROCEDUREstatement. However, for an asynchronous procedure, the delete request raises anERRORcondition if theASYNC-REQUEST-COUNTattribute on the proxy persistent procedure handle is greater than zero (0). IfASYNC-REQUEST-COUNTis zero (0), the local proxy procedure handle is deleted immediately.If an asynchronous request for another procedure is executing in the AppServer agent at the time of the delete request, the delete request is queued on the AppServer until the AppServer agent becomes available to delete the remote persistent procedure.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |